Class StartAgent

java.lang.Object
  |
  +--AgentBase
        |
        +--StartAgent

public class StartAgent
extends AgentBase

Beispiel Code für einen Java Agenten zum Start eines server basierten Agenten. Code zur Verwendung in einem im Domino Designer angelegten Java Agenten. (Im Java Agenten muss die package Deklaration entfernt werden.)

Author:
Thomas Ekert
See Also:
Serialized Form

Constructor Summary
StartAgent()
           
 
Method Summary
 void NotesMain()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StartAgent

public StartAgent()
Method Detail

NotesMain

public void NotesMain()